github.com/klauspost/compress/flate.compressor.sync (field)
17 uses
github.com/klauspost/compress/flate (current package)
deflate.go#L126: sync bool // requesting flush
deflate.go#L179: d.w.writeBlockDynamic(tok, eof, window, d.sync)
deflate.go#L195: d.w.writeBlockHuff(eof, window, d.sync)
deflate.go#L198: d.w.writeBlockDynamic(tok, eof, window, d.sync)
deflate.go#L426: if d.windowEnd-s.index < minMatchLength+maxMatchLength && !d.sync {
deflate.go#L449: if !d.sync {
deflate.go#L705: if d.windowEnd > 0 && (d.windowEnd == maxStoreBlockSize || d.sync) {
deflate.go#L723: if d.windowEnd < len(d.window) && !d.sync || d.windowEnd == 0 {
deflate.go#L726: d.w.writeBlockHuff(false, d.window[:d.windowEnd], d.sync)
deflate.go#L737: if !d.sync {
deflate.go#L764: d.w.writeBlockHuff(false, d.window[:d.windowEnd], d.sync)
deflate.go#L767: d.w.writeBlockDynamic(&d.tokens, false, d.window[:d.windowEnd], d.sync)
deflate.go#L782: if d.windowEnd == len(d.window) || d.sync {
deflate.go#L794: d.sync = true
deflate.go#L804: d.sync = false
deflate.go#L853: d.sync = false
deflate.go#L890: d.sync = true
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |